home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 12991 / 12991.xpi / style / close.css
Cascading Style Sheet File  |  2009-09-13  |  737b  |  21 lines

  1. /* 
  2.     ╤≥Φδⁿ ε±φεΓαφ φα:
  3.     http://habrahabr.ru/blogs/firefox/63274/
  4.     http://forum.mozilla-russia.org/viewtopic.php?pid=352946
  5. */
  6.  
  7. .tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"] > .tab-middle > .tab-close-button {
  8.     display: -moz-box !important;
  9. }
  10.  
  11. .tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-middle > .tab-close-button {
  12.     display: -moz-box !important;
  13. }
  14.  
  15. .tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"] > .tab-close-button {
  16.     display: -moz-box !important;
  17. }
  18.  
  19. .tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-close-button {
  20.     display: -moz-box !important;
  21. }